home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / rwwarn11.zip / RWWARN.DOC < prev    next >
Text File  |  1992-03-24  |  4KB  |  87 lines

  1.  
  2.              ▒███████ ▒██  ▒██ ▒██  ▒██ ▒███████ ▒███████ ▒████▒██
  3.              ▒██  ▒██ ▒██  ▒██ ▒██  ▒██ ▒██  ▒██ ▒██  ▒██ ▒██▒█▒██
  4.              ▒███████ ▒██  ▒██ ▒██  ▒██ ▒███████ ▒███████ ▒██▒█▒██
  5.              ▒██ ▒██  ▒██▒█▒██ ▒██▒█▒██ ▒██  ▒██ ▒██ ▒██  ▒██▒█▒██
  6.              ▒██ ▒███ ▒███████ ▒███████ ▒██  ▒██ ▒██ ▒███ ▒██▒████
  7.  
  8.                                 Version 1.1
  9.                            Written by Ray Novino
  10.                          RunWay BBS (215) 623-6203
  11.  
  12.                               ┌─────────────┐
  13. ──────────────────────────────┤ Description ├──────────────────────────────
  14.                               └─────────────┘
  15. RWwarn is a utility which was written to make your callers happy.  New
  16. upload file descriptions are clearly stamped with a WARNING that your
  17. system has not fully tested the newly uploaded file.  Because it is ran
  18. from your PCBTEST.BAT you have full control over any minor testing that you
  19. want done before the file is made available.
  20.  
  21. *-Why Bother?
  22. I like to have newly uploaded files immediately available to the callers.
  23. The problem was that many of my uploaders are the authors and they were
  24. calling long distance.  They began complaining that the real time checking
  25. was costing them money.
  26.  
  27. There are excellent real time upload checkers out there but they all take
  28. time.  I also wanted something that didn't require the use of the $logoff.bat
  29.  
  30.                                ┌────────────┐
  31. ───────────────────────────────┤ Quick Start├──────────────────────────────
  32.                                └────────────┘
  33.  
  34. 1. Place RWwarn.exe in any sub directory which is available to all nodes.
  35.  
  36. 2. Modify your PCBtest.bat to call RWwarn. (Sample included)
  37.  
  38. 3. Make a call to RWcln after you have fully checked the new files.  RWcln
  39.         is used to remove the WARNING stamp from your DIRxx after the new
  40.         files have been fully checked.  You didn't really think I'd make
  41.         you do that manually did you?  RWcln requires the full path and
  42.         name of the DIRxx to process as a command line variable.  If you
  43.         have more than one upload directory just make another call to
  44.         RWcln.
  45.  
  46. Example event.sys:
  47.  
  48. exzip /TODAY
  49. rwcln h:\pcb\dir\dir70
  50. rwcln h:\pcb\shareabl\upld
  51.  
  52.                               ┌─────────────┐
  53. ──────────────────────────────┤ Other Stuff ├──────────────────────────────
  54.                               └─────────────┘
  55.  
  56. 1. If RWcln has made a change to your DIRxx it will overwrite your existing
  57.    DIRxx only after making a DIRxx.BAK
  58.  
  59. 2. RWcln honors all network file sharing and can be run while other nodes
  60.    are active.
  61.  
  62. 3. I have also included a file named rwwarn.txt which I show my users when
  63.    the board is shelled out to PCBtest.bat  I've included it in case some of
  64.    you wanted an idea.  (Record #575 in PCBTEXT)
  65.  
  66. 4. Problems, questions or suggestions?  I can be reached at RunWay BBS
  67.    SaltAir or the Sysop conference on most of the echo mail networks.
  68.  
  69.                               ┌─────────────┐
  70. ──────────────────────────────┤ Registration├──────────────────────────────
  71.                               └─────────────┘
  72.  
  73. RWWARN is offered free to all registered PCBoard sysops.  If you find that
  74. you do use it and your callers like it let me know so I won't spend the
  75. rest of my life feeling that the time spent writing these docs was a
  76. complete waste.
  77.  
  78.                                 ┌─────────┐
  79. ────────────────────────────────┤ History ├────────────────────────────────
  80.                                 └─────────┘
  81.  
  82. 03-24-92 v1.1
  83.    Changed calling convention of RWwarn to require %3 from within PCBTEST.BAT
  84.  
  85. 02-14-92 v1.0
  86.    Initial public release.
  87.